Where does Redux actually store data?
I'm curious about Redux and its data storage mechanism. I want to know where Redux actually keeps the data it manages. Is it in some kind of global variable, or does it use a special data structure? Where can I find this information?